.main_color.inner-entry .grid-content {
min-height: 70px;
}
/* Fields */
div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form textarea {
background-color: transparent !important; /* Remove background fill */
border-radius: 5px !important; /* Curve of border corners */
height: 35px; /* Increase input height */
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
color:    #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color:    #fff;
opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color:    #fff;
opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
color:    #fff;
}
::-ms-input-placeholder { /* Microsoft Edge */
color:    #fff;
}
div.wpforms-container-full .wpforms-form .wpforms-field {
padding: 0px 0 !important;
clear: both;
}
/* Button */
div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
width: 100px;
height: 40px;
color: white !important;
background: #2653a4 !important;
border-radius: 5px; /* Curve of border corners */
border:1px solid #ddd; cursor: pointer;
}
div.wpforms-container-full .wpforms-form input[type="submit"]:hover, div.wpforms-container-full .wpforms-form input[type="submit"]:active, div.wpforms-container-full .wpforms-form button[type="submit"]:hover, div.wpforms-container-full .wpforms-form button[type="submit"]:active, div.wpforms-container-full .wpforms-form .wpforms-page-button:hover, div.wpforms-container-full .wpforms-form .wpforms-page-button:active {
background-color: #ca8266 !important;
}
.mfp-iframe-scaler {
max-width: 400px;
}
.mfp-iframe-scaler iframe {
border-radius: 15px
}
span.minitext {
display: none!important;
}
.avia-menu a {
font-size: 15px !important;
}
.widget ul li a {
font-size: 15px;
}
#top .grid-content h3{
font-size: 15px;
text-align: center;
font-family: sans-serif;
line-height: 16px; height: 32px; overflow: hidden;
}
@font-face {font-family: 'entypo-fontello'; font-weight: normal; font-style: normal;
src: url('../fonts/entypo-fontello.eot');
src: url('../fonts/entypo-fontello.eot?#iefix') format('embedded-opentype'), 
url('../fonts/entypo-fontello.woff') format('woff'), 
url('../fonts/entypo-fontello.ttf') format('truetype'), 
url('../fonts/entypo-fontello.svg#entypo-fontello') format('svg');
} #top .avia-font-entypo-fontello, body .avia-font-entypo-fontello, html body [data-av_iconfont='entypo-fontello']:before{ font-family: 'entypo-fontello'; }